home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FishMarket 1.0
/
FishMarket v1.0.iso
/
fishies
/
626-637
/
disk_626
/
lorannotebook
/
unpackdisk
< prev
next >
Wrap
Text File
|
1992-05-06
|
678b
|
28 lines
.K ""
echo "This script will unpack the following lha archives:"
echo ""
echo " LoranNotebook.lha => Loran Notebook:"
echo ""
ask "Do you have a blank disk ready?"
if not WARN
echo "Try again when you do ..."
echo "All Done. Click close gadget to get rid of window."
endcli
endif
ask "Is floppy drive df1: free?"
if not WARN
echo "You will need to do the unpacking yourself."
echo "All Done. Click close gadget to get rid of window."
endcli
endif
echo "Formatting and unpacking disk."
sys:system/format drive df1: name "Loran Notebook" noicons
:c/lha -x -a -m x LoranNotebook.lha "Loran Notebook:"
echo "All Done. Click close gadget to get rid of window."
endcli